.scroll {
  padding-top: 37px; }

html,
body,
.page-wrapper {
  height: 100%;
  width: 100%; }

body {
  position: relative; }

.page-wrapper {
  display: table;
  table-layout: fixed;
  overflow: hidden; }
  .page-wrapper .page-content {
    height: 100%; }

.header,
.footer,
.page-content {
  display: table-row;
  height: 1px; }

.page-top {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 37px; }
  @media (max-width: 991px) {
    .page-top {
      padding-bottom: 20px; } }

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

b,
strong {
  font-family: 'GothamProBold', sans-serif;
  font-weight: 400; }

p a {
  color: #e20932; }

label {
  margin: 0px; }

hr {
  border-color: #CCCCCC; }

.checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .checkbox input[type="checkbox"] {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .checkbox input[type="checkbox"]:checked + label:after {
    display: block; }
  .checkbox label {
    padding-left: 0px;
    font: 12px/13px 'GothamPro', sans-serif;
    color: #666; }
    .checkbox label:before {
      content: '';
      width: 21px;
      height: 21px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #e20932;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 4px 1px;
      top: -1px; }
    .checkbox label:after {
      content: '';
      position: absolute;
      display: none;
      top: 3px;
      left: 5px;
      width: 13px;
      height: 13px;
      background: url(../img/tick-sign.png) center no-repeat;
      background-size: contain; }

.checkbox + .checkbox {
  margin-top: 3px; }

.clear {
  clear: both; }

@media (min-width: 1401px) { .hidden-lg-1400 { display: none !important; } }

.page__title {
  margin-top: 20px;
  font-family: 'GothamProBold', sans-serif;
  font-size: 24px; }
  .page__title--big {
    margin-top: 0px;
    font-size: 43px; }
  .page__title--small {
    color: #e20932;
    font: 14px/14px 'GothamProBold', sans-serif;
    margin: 3px 0 0 2px; }
  .page__title .badge {
    background: transparent;
    color: black;
    line-height: 23px; }

.page__title > span{
    display: inline-block;
    line-height: 27px;
    vertical-align: middle;
}

.back-link {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
  color: #e20932;
  font: 12px/24px 'GothamPro', sans-serif; }
  .back-link:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(../img/sprite.png) -245px -123px no-repeat;
    margin-top: -4px;
    top: 50%;
    left: 0; }

.top-container {
  position: relative; }
  .top-container > .top-container--item:not(:last-child) {
    z-index: 9; }

::-moz-selection {
  background: #e20932;
  color: white; }

::selection {
  background: rgba(226, 9, 50, 0.99);
  color: white; }

.sticky-wrapper {
    position: absolute;
    right: 0px;
    left: 0px;
}

.pagination {
  margin-top: 35px; }
  .pagination .pagination-first a,
  .pagination .pagination-last a {
    width: 10px;
    height: 18px;
    padding: 0;
    margin-top: 5px; }
    .pagination .pagination-first a:hover,
    .pagination .pagination-last a:hover {
      cursor: pointer; }
      .pagination .pagination-first a:hover:before,
      .pagination .pagination-last a:hover:before {
        display: none; }

.pagination .pagination-first a {
  background: url(../img/sprite.svg) 69.69697% 55.34351% no-repeat; }

.pagination .pagination-last a {
  background: url(../img/sprite.svg) 73.06397% 55.34351% no-repeat; }

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
}

.cart-list-container {
  padding-bottom: 50px;
}